func golang.org/x/net/http2.authorityAddr
3 uses
golang.org/x/net/http2 (current package)
transport.go#L253: addr := authorityAddr("https", authority)
transport.go#L518: func authorityAddr(scheme string, authority string) (addr string) {
transport.go#L552: addr := authorityAddr(req.URL.Scheme, req.URL.Host)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)